home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / Apple Scanner Training / Needs / card_4319.txt < prev    next >
Text File  |  1990-04-09  |  10KB  |  372 lines

  1. -- card: 4319 from stack: in
  2. -- bmap block id: 5958
  3. -- flags: 0000
  4. -- background id: 2597
  5. -- name: Desktop
  6. ----- HyperTalk script -----
  7. on openCard
  8.   global whichButton
  9.   put "Scan & FAX Direct" into whichButton
  10.   hide menuBar
  11.   hide background field "Bottlenecks Header"
  12.   hide card field "Bottlenecks"
  13.   show background field "Benefits Header"
  14.   show background field "Features Header"
  15.   show card field "Benefits"
  16.   show card field "Features"
  17.   hide background button "Hide Bottlenecks"
  18.   show background button "Show Bottlenecks"
  19.   set hilite of card button id 31 to false
  20.   set hilite of card button id 13 to false
  21.   set hilite of card button id 27 to false
  22.   put "Please select a 'Needs' category." into card field "Features"
  23.   put "Please select a 'Needs' category." into card field "Benefits"
  24.   show card field "Features"
  25.   show card field "Benefits"
  26. end openCard
  27.  
  28. on closeCard
  29.   global whichButton
  30.   put empty into whichButton
  31.   hide menuBar
  32.   hide card field "Cover All"
  33.   hide card button "Self-Check"
  34.   hide background field "Bottlenecks Header"
  35.   hide card field "Bottlenecks"
  36.   show background field "Benefits Header"
  37.   show background field "Features Header"
  38.   show card field "Benefits"
  39.   show card field "Features"
  40.   hide background button "Hide Bottlenecks"
  41.   show background button "Show Bottlenecks"
  42.   put empty into card field "Features"
  43.   put empty into card field "Benefits"
  44.   set hilite of card button id 31 to false
  45.   set hilite of card button id 13 to false
  46.   set hilite of card button id 27 to false
  47.  
  48. end closeCard
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55. -- part 18 (field)
  56. -- low flags: 01
  57. -- high flags: 0002
  58. -- rect: left=365 top=79 right=270 bottom=505
  59. -- title width / last selected line: 0
  60. -- icon id / first selected line: 0 / 0
  61. -- text alignment: 0
  62. -- font id: 3
  63. -- text size: 10
  64. -- style flags: 0
  65. -- line height: 13
  66. -- part name: Features
  67.  
  68.  
  69. -- part 21 (field)
  70. -- low flags: 81
  71. -- high flags: 0007
  72. -- rect: left=253 top=91 right=252 bottom=485
  73. -- title width / last selected line: 0
  74. -- icon id / first selected line: 0 / 0
  75. -- text alignment: 0
  76. -- font id: 3
  77. -- text size: 10
  78. -- style flags: 0
  79. -- line height: 13
  80. -- part name: Productivity Explained
  81.  
  82.  
  83. -- part 30 (field)
  84. -- low flags: 01
  85. -- high flags: 0002
  86. -- rect: left=6 top=79 right=108 bottom=188
  87. -- title width / last selected line: 0
  88. -- icon id / first selected line: 0 / 0
  89. -- text alignment: 0
  90. -- font id: 3
  91. -- text size: 10
  92. -- style flags: 0
  93. -- line height: 13
  94. -- part name: Appropriate Resolution
  95.  
  96.  
  97. -- part 31 (button)
  98. -- low flags: 00
  99. -- high flags: 0000
  100. -- rect: left=7 top=80 right=107 bottom=187
  101. -- title width / last selected line: 0
  102. -- icon id / first selected line: 0 / 0
  103. -- text alignment: 1
  104. -- font id: 0
  105. -- text size: 12
  106. -- style flags: 0
  107. -- line height: 16
  108. -- part name: Scan Resolution
  109. ----- HyperTalk script -----
  110. on mouseUp
  111.   put empty into card field "Features"
  112.   put empty into card field "Benefits"
  113.   set hilite of card button id 31 to true
  114.   set hilite of card button id 13 to false
  115.   set hilite of card button id 27 to false
  116.   if hilite of background button "Hide Bottlenecks" is true then
  117.     set hilite of card button id 13 to true
  118.     set hilite of card button id 31 to false
  119.     put "No scanner is presently available to compliment the Apple Fax Modem." into card field "Bottlenecks"
  120.   else
  121.     put "75, 100, 150, 200, or 300 dpi range of scanning resolution." into card field "Features"
  122.     put "Optimum scan for an Apple output device." into card field "Benefits"
  123.   end if
  124. end mouseUp
  125.  
  126.  
  127. -- part 33 (field)
  128. -- low flags: 01
  129. -- high flags: 0002
  130. -- rect: left=6 top=115 right=145 bottom=189
  131. -- title width / last selected line: 0
  132. -- icon id / first selected line: 0 / 0
  133. -- text alignment: 0
  134. -- font id: 3
  135. -- text size: 10
  136. -- style flags: 0
  137. -- line height: 13
  138. -- part name: Scan/FAX Direct
  139.  
  140.  
  141. -- part 13 (button)
  142. -- low flags: 00
  143. -- high flags: 0000
  144. -- rect: left=7 top=116 right=144 bottom=188
  145. -- title width / last selected line: 0
  146. -- icon id / first selected line: 0 / 0
  147. -- text alignment: 1
  148. -- font id: 0
  149. -- text size: 12
  150. -- style flags: 0
  151. -- line height: 16
  152. -- part name: Scan & FAX Direct
  153. ----- HyperTalk script -----
  154. on mouseUp
  155.   global whichButton
  156.   put "Scan & FAX Direct" into whichButton
  157.   put empty into card field "Features"
  158.   put empty into card field "Benefits"
  159.   put empty into card field "Bottlenecks"
  160.   set hilite of card button id 13 to true
  161.   set hilite of card button id 31 to false
  162.   set hilite of card button id 27 to false
  163.   if hilite of background button "Hide Bottlenecks" is true then
  164.     put "No scanner is presently available to compliment the Apple Fax Modem." into card field "Bottlenecks"
  165.   else
  166.     put "Integration/compatibility with AppleFax Modem." into card field "Features"
  167.     put "Compatibility allows for efficient transmitting with AppleFax Modem." into card field "Benefits"
  168.   end if
  169. end mouseUp
  170.  
  171.  
  172. -- part 35 (field)
  173. -- low flags: 01
  174. -- high flags: 0002
  175. -- rect: left=5 top=151 right=181 bottom=188
  176. -- title width / last selected line: 0
  177. -- icon id / first selected line: 0 / 0
  178. -- text alignment: 0
  179. -- font id: 3
  180. -- text size: 10
  181. -- style flags: 0
  182. -- line height: 13
  183. -- part name: Scan From Variety
  184.  
  185.  
  186. -- part 27 (button)
  187. -- low flags: 00
  188. -- high flags: 0000
  189. -- rect: left=6 top=152 right=180 bottom=187
  190. -- title width / last selected line: 0
  191. -- icon id / first selected line: 0 / 0
  192. -- text alignment: 1
  193. -- font id: 0
  194. -- text size: 12
  195. -- style flags: 0
  196. -- line height: 16
  197. -- part name: Xmit to FAX
  198. ----- HyperTalk script -----
  199. on mouseUp
  200.   put empty into card field "Features"
  201.   put empty into card field "Benefits"
  202.   set hilite of card button id 27 to true
  203.   set hilite of card button id 31 to false
  204.   set hilite of card button id 13 to false
  205.   if hilite of background button "Hide Bottlenecks" is true then
  206.     set hilite of card button id 13 to true
  207.     set hilite of card button id 27 to false
  208.     put "No scanner is presently available to compliment the Apple Fax Modem." into card field "Bottlenecks"
  209.   else
  210.     put "200 dpi scan resolution."into card field "Features"
  211.     put "Creates the best quality scan for transmitting to Fax machine." into card field "Benefits"
  212.   end if
  213. end mouseUp
  214.  
  215.  
  216. -- part 39 (field)
  217. -- low flags: 81
  218. -- high flags: 0004
  219. -- rect: left=127 top=120 right=231 bottom=382
  220. -- title width / last selected line: 0
  221. -- icon id / first selected line: 0 / 0
  222. -- text alignment: 0
  223. -- font id: 3
  224. -- text size: 12
  225. -- style flags: 256
  226. -- line height: 16
  227. -- part name: Bibliography
  228.  
  229.  
  230. -- part 40 (field)
  231. -- low flags: 01
  232. -- high flags: 0002
  233. -- rect: left=194 top=79 right=270 bottom=361
  234. -- title width / last selected line: 0
  235. -- icon id / first selected line: 0 / 0
  236. -- text alignment: 0
  237. -- font id: 3
  238. -- text size: 10
  239. -- style flags: 0
  240. -- line height: 13
  241. -- part name: Benefits
  242.  
  243.  
  244. -- part 45 (button)
  245. -- low flags: 00
  246. -- high flags: 2000
  247. -- rect: left=442 top=281 right=302 bottom=464
  248. -- title width / last selected line: 0
  249. -- icon id / first selected line: 0 / 0
  250. -- text alignment: 1
  251. -- font id: 0
  252. -- text size: 12
  253. -- style flags: 0
  254. -- line height: 16
  255. -- part name: Next Card
  256. ----- HyperTalk script -----
  257. on mouseUp
  258.   visual wipe right slow to card
  259.   go to card id 2326
  260. end mouseUp
  261.  
  262.  
  263.  
  264. -- part 46 (button)
  265. -- low flags: 00
  266. -- high flags: 2000
  267. -- rect: left=404 top=281 right=302 bottom=429
  268. -- title width / last selected line: 0
  269. -- icon id / first selected line: 0 / 0
  270. -- text alignment: 1
  271. -- font id: 0
  272. -- text size: 12
  273. -- style flags: 0
  274. -- line height: 16
  275. -- part name: Next Card
  276. ----- HyperTalk script -----
  277. on mouseUp
  278.   visual wipe left slow to card
  279.   go to card id 3983
  280. end mouseUp
  281.  
  282.  
  283.  
  284. -- part 47 (field)
  285. -- low flags: 81
  286. -- high flags: 0002
  287. -- rect: left=258 top=79 right=270 bottom=428
  288. -- title width / last selected line: 0
  289. -- icon id / first selected line: 0 / 0
  290. -- text alignment: 0
  291. -- font id: 3
  292. -- text size: 10
  293. -- style flags: 0
  294. -- line height: 13
  295. -- part name: Bottlenecks
  296.  
  297.  
  298. -- part 48 (button)
  299. -- low flags: 80
  300. -- high flags: A004
  301. -- rect: left=12 top=315 right=340 bottom=499
  302. -- title width / last selected line: 0
  303. -- icon id / first selected line: 0 / 0
  304. -- text alignment: 1
  305. -- font id: 0
  306. -- text size: 12
  307. -- style flags: 0
  308. -- line height: 16
  309. -- part name: Self-Check
  310. ----- HyperTalk script -----
  311. on mouseUp
  312.   visual iris close
  313.   hide card button "Self-Check"
  314.   hide card field "Cover All"
  315.   pop card
  316. end mouseUp
  317.  
  318.  
  319.  
  320. -- part 49 (field)
  321. -- low flags: 81
  322. -- high flags: 0001
  323. -- rect: left=364 top=277 right=306 bottom=471
  324. -- title width / last selected line: 0
  325. -- icon id / first selected line: 0 / 0
  326. -- text alignment: 0
  327. -- font id: 3
  328. -- text size: 12
  329. -- style flags: 0
  330. -- line height: 16
  331. -- part name: Cover All
  332.  
  333.  
  334. -- part contents for card part 21
  335. ----- text -----
  336. Productivity:
  337. The Apple Scanner will read text and graphics generated on non-Apple compatible systems and merge them into word processing, graphics, and page composition programs.  This can save time and money, as file compatibility is no longer an issue.  This capability removes the need to retype documents.  With OCR software, existing documents created by  expensive "conventional" typesetting means can be integrated into an electronic publishing system.
  338.  
  339. -- part contents for card part 30
  340. ----- text -----
  341. ‚Ä¢  Scan resolution appropriate to
  342.     the output device.
  343.  
  344. -- part contents for card part 33
  345. ----- text -----
  346. ‚Ä¢  To scan and fax directly from the
  347.     Macintosh with AppleFax modem.
  348.  
  349. -- part contents for card part 35
  350. ----- text -----
  351. ‚Ä¢  To transmit to fax machine with
  352.     the AppleFax modem.
  353.  
  354. -- part contents for card part 39
  355. ----- text -----
  356. This Information from: Notes on Selling meeting with Cam & Jane on Mondy, June 13, 1988.
  357.  
  358. -- part contents for background part 28
  359. ----- text -----
  360. Needs
  361.  
  362. -- part contents for background part 29
  363. ----- text -----
  364. Benefits
  365.  
  366. -- part contents for background part 30
  367. ----- text -----
  368. Features
  369.  
  370. -- part contents for background part 33
  371. ----- text -----
  372. Bottlenecks